type github.com/jackc/pgx/v5/pgtype.wrapPtrMultiDimSliceScanPlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1019: 				return &wrapPtrMultiDimSliceScanPlan{}, &anyMultiDimSliceArray{slice: targetValue.Elem()}, true
		pgtype.go#L1027: type wrapPtrMultiDimSliceScanPlan struct {
		pgtype.go#L1031: func (plan *wrapPtrMultiDimSliceScanPlan) SetNext(next ScanPlan) { plan.next = next }
		pgtype.go#L1033: func (plan *wrapPtrMultiDimSliceScanPlan) Scan(src []byte, target any) error {